←Select platform

RemoveItem Method (AnnObservableCollection<T>)

Summary

Remove an item from the collection.

Syntax

C#
VB
Java
WinRT C#
protected override void RemoveItem( 
   int index 
) 
Protected Overrides Sub RemoveItem( _ 
   ByVal index As Integer _ 
)  
protected override void RemoveItem(  
   int index 
) 
public E remove(int index) 
 function Leadtools.Annotations.Core.AnnObservableCollection.RemoveItem(  
   index  
) 

Parameters

index
0-based index of the item to remove.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly